Offline Promotions export v3 Schema
quantitypricebreak Element
Offline Promotions export v3 Schema > root Element > quantitypricebreaks Element : quantitypricebreak Element
Namespace (none)
Diagram
productbarcodes Element barcode Element quantitypricebreaktype Element ispceprice Element discountpercentage Element amount Element price Element dateto Element datefrom Element promotioncode Element Sequence quantitypricebreak Element
Overview
productnumber required xs:long
Sequence
promotioncode xs:string
datefrom xs:dateTime
dateto xs:dateTime
price xs:decimal
amount xs:decimal
discountpercentage xs:decimal
ispceprice xs:boolean
Sequence
barcode required xs:long
Attributes
NameTypeUseDefaultFixedDescription
productnumberxs:longrequired   
Source
<xs:element maxOccurs="unbounded" name="quantitypricebreak" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="promotioncode" type="xs:string" />
      <xs:element name="datefrom" type="xs:dateTime" />
      <xs:element name="dateto" type="xs:dateTime" />
      <xs:element name="price" type="xs:decimal" />
      <xs:element name="amount" type="xs:decimal" />
      <xs:element name="discountpercentage" type="xs:decimal" />
      <xs:element name="ispceprice" type="xs:boolean" />
      <xs:element name="quantitypricebreaktype" type="xs:string" />
      <xs:element name="barcode" />
      <xs:element name="productbarcodes">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="productbarcode">
              <xs:complexType>
                <xs:attribute name="barcode" type="xs:long" use="required" />
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="productnumber" type="xs:long" use="required" />
  </xs:complexType>
</xs:element>
See Also
quantitypricebreaks Elementroot ElementOffline Promotions export v3 Schema